home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d14
/
dflat.arc
/
HELP.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-04-29
|
255 b
|
15 lines
/* ------------ help.c ----------- */
#include <stdio.h>
#include <string.h>
#include "dflat.h"
int HelpBoxProc(WINDOW wnd, MESSAGE msg, PARAM p1, PARAM p2)
{
return BaseWndProc(HELPBOX, wnd, msg, p1, p2);
}
void HelpFunction(void)
{
}